this function is used to update slab Buffer values
the string value of the Slab Frame data this function return type is void
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void UpdateBuffer(
string FrameValue
)
Public Sub UpdateBuffer (
FrameValue As String
)
public:
void UpdateBuffer(
String^ FrameValue
)
function UpdateBuffer(FrameValue);
Parameters
- FrameValue
- Type: SystemString
See Also